home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wildcat Files 2
/
The Wildcat Files 2 (Arsenal Computer).ISO
/
qm-util
/
mustang.scr
< prev
next >
Wrap
Text File
|
1994-04-02
|
5KB
|
201 lines
; Qmodem/Wildcat/Tnet/Tomcat 3.02 up/download script
; by Chuck May @ TPC [602] 941-2434
TurnON 8_BIT
TurnOFF LINEFEED
TurnON XON/XOFF
TurnOFF NOISE
TurnON SCROLL
TurnOFF PRINT
TurnOFF SPLIT
TurnON STATUSLN
TurnOFF DOORWAY
st:
when
delay 5000
timeout 1200
send "ATDT^M" ; between ATDT & ^M put Phone Number same below
WHEN "BUSY" sta
when "RING" sta
when "NO CARRIER" sta
when "NO DIALTONE" st
waitfor "CONNECT 14400" ; your Modem Speed here mine is 14400
goto beg
sta:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" stb
when "RING" stb
when "NO CARRIER" stb
when "NO DIALTONE" sta
waitfor "CONNECT 14400"
goto beg
stb:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" stc
when "RING" stc
when "NO CARRIER" stc
when "NO DIALTONE" stb
waitfor "CONNECT 14400"
goto beg
stc:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" std
when "RING" std
when "NO CARRIER" std
when "NO DIALTONE" stc
waitfor "CONNECT 14400"
goto beg
std:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" ste
when "RING" ste
when "NO CARRIER" ste
when "NO DIALTONE" std
when "CONNECT 14400"
goto beg
ste:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" stf
when "RING" stf
when "NO CARRIER" stf
when "NO DIALTONE" ste
waitfor "CONNECT 14400"
goto beg
stf:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" stg
when "RING" stg
when "NO CARRIER" stg
when "NO DIALTONE" stf
waitfor "CONNECT 14400"
goto beg
stg:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" sth
when "RING" sth
when "NO CARRIER" sth
when "NO DIALTONE" stg
waitfor "CONNECT 14400"
goto beg
sth:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" sti
when "RING" sti
when "NO CARRIER" sti
when "NO DIALTONE" sth
waitfor "CONNECT 14400"
goto beg
sti:
when
delay 5000
send "ATDT^M"
WHEN "BUSY" stj
when "RING" stj
when "NO CARRIER" stj
when "NO DIALTONE" sti
waitfor "CONNECT 14400"
goto beg
stj:
delay 5000
send "ATM0H1^M"
system y
beg:
when "C]" "^M" ; just on the off chance that you might get a
; press C to continue message due to the SYSOP
; tinkering
Waitfor "What"
timeout 30
Delay 100
Send "!^M" ; Between "! And ^M put your logon name
Waitfor "Password"
Delay 100
Send "^M" ; Between " and ^M put your Passord
; logs into system using fast log
; in to bypass welcome screens
; NOTE do not delete control H characters
; as they will delete any possible line
; noise or color characters that may
; appear.
when
when "NO CARRIER" st ; restarts script in case of disconnection by going to
; label st
Waitfor "]:" ; waits for prompt on Tomcat menu
Delay 1000
Send "d" ; requests download packet
delay 1000
timeout 1200 ; sets timer for two minutes to allow for host packing
; messages
when
when "No messages found" no ; if no messages goto label no:
when "Nothing found to download!" no ; same as above
Waitfor "done" ; part of goodbye when done prompt
Send "y" ; request transmission of packet
waitfor "now" ; part of start your download now prompt
Download Z E:\DATA\MUSTANG.qwk ; G = Ymodem G Y = Ymodem Z = Zmodem
; Set to proper protocol and d/l path
; I prefer Zmodem.
; Now the E:\ is my Data area enter yours here
; same below
no:
exist E:\DATA\MUSTANG.rep yes ; checks for existance of reply packet
; if packet exists goes to label yes:
; if no continues
waitfor "]:"
delay 1000
send "G"
waitfor "NO CARRIER"
send "ATM0H1^M"
DELAY 5000
system y ; Drop to DOS
yes:
waitfor "]:" ; Waits for Tomcat menu prompt
delay 100
send "u" ; starts Tomcat upload procedure
delay 100
waitfor "MUSTANG.REP" ; Waits for Tomcat start upload request
Upload Z E:\DATA\MUSTANG.REP ; Starts upload G=Ymodem G etc.
; Set path and filename to your reply packet
; name and location
; Change this to your Data area & Drive
DELAY 5000
SEND "G"
WAITFOR "NO CARRIER"
SEND "ATM0H1^M"
Delay 5000
System y ; Drop to DOS